Warrant
Meta Tables for Warrant.
Functions
playerMeta:CanSeeWarrants()
Checks if the player can see warrants.
Returns
-
bool
True if the player can see warrants, false otherwise.
playerMeta:CanSeeWarrantsIssued()
Checks if the player can see issued warrants.
Returns
-
bool
True if the player can see issued warrants, false otherwise.
playerMeta:CanWarrantPlayers()
Checks if the player can warrant other players.
Returns
-
bool
True if the player can warrant others, false otherwise.
playerMeta:IsWanted()
Checks if the player is wanted.
Returns
-
bool
True if the player is wanted, false otherwise.
playerMeta:ToggleWanted(warranter)
Toggles the wanted status of the player.
Parameters
-
warranter
Player
The player who issued or removed the warrant.